home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / dev / src / wangisrc.lha / wangi / z / df1 / DQua / DQua.doc < prev    next >
Text File  |  1994-09-06  |  2KB  |  75 lines

  1.                DQua (De-Quaderate) v1.2 documentation - OS2+
  2.                =============================================
  3.                      
  4.         
  5. Introduction
  6. ============
  7.  
  8.   DQua is a simple utility for obtaining the roots of quadratic equations
  9. Any comments, suggestions or cash are always welcome at the following address
  10.   
  11.                            Lee Kindness
  12.                            8 Craigmarn Road
  13.                            Portlethen Village
  14.                            Aberdeen AB1 4QR
  15.                            SCOTLAND
  16.                            
  17.   If you find DQua useful then let me know. Any gifts, cash and even bug 
  18. reports are greatly appreciated ¿-) If you want the current version of 
  19. DQua (and a wad more progs) then send £3 (or equivalent of £5 plus 
  20. [money or gifts]) to me.
  21.                                  
  22.                  DQUA REQUIRES KICKSTART 2 (V36) OR GREATER
  23.                  
  24.                  
  25. Usage
  26. =====
  27.  
  28.         DQua is started by double-clicking its icon or typing DQua at the 
  29.   Shell prompt.
  30.   
  31.         All input to DQua is through the use of 3 string gadgets: a, b, and c.
  32.   Each gadget represents a value related to the general quadratic form:
  33.   
  34.                             ax + bx + c = 0  
  35.                             
  36.   All input to DQua must be in this form. So for example to solve the 
  37.   following equation, brackets must be multiplied out and the result rearranged.
  38.    
  39.                                 (t+1) + 2t = 8t
  40.                        =>  (t+1)*(t+1) + 2t = 8t
  41.  multiply out brackets =>  t + 2t + 1 + 2t = 8t
  42.              rearrange =>       t - 4t + 1 = 0
  43.                                 |    |    |
  44.                                 /    |    \
  45.                                /     |     \
  46.                            a = 1  b = -4  c = 1
  47.                            
  48.   Simply enter the values and hit the 'solve' gadget to solve.
  49.  
  50.  
  51. History
  52. =======
  53.  
  54.   DQua is written in HighSpeed Pascal on an Amiga A1200 120MBHD.
  55.  
  56.     1.00    : 05.02.94
  57.             - initial release (also on AUI August coverdisk)
  58.             
  59.     1.1    : 22.07.94
  60.             - Improved documentation.
  61.             
  62.             - Future:
  63.                NONE, the only changes to DQua will be bug fixes (if any), I
  64.                will not continue to work on DQua as I dont use it...
  65.                
  66.     1.2    : 06.09.94
  67.           - Removed Enforcer hits.
  68.                
  69. --EOF  __\\//
  70.             
  71.              
  72.                  
  73.                  
  74.                            
  75.